home *** CD-ROM | disk | FTP | other *** search
/ USGS: National Coal Resou…s & Great Plains Regions / USGS National Coal Resource Assessment 1999 - Northern Rocky Mountains & Great Plains Regions - Disc 2.iso / PROGRAM / IMAGE / Defaults / annotation.pdf next >
Encoding:
Text File  |  1996-12-04  |  2.4 KB  |  81 lines

  1. /**********************************************************************
  2. ***********************************************************************
  3.  
  4. $Header: /vol/atlanta/elib/RCS/annotation.pdf,v 1.4 96/12/03 19:24:40 martinez Exp $
  5.  
  6. $Log:    annotation.pdf,v $
  7. # Revision 1.4  96/12/03  19:24:40  martinez
  8. # Prettified title
  9. # Revision 1.3  96/07/29  11:55:55  lutz
  10. # took out annotation_fast_read preference--now it always does fast reading
  11. # Revision 1.2  95/04/14  18:34:00  lutz
  12. # added annotation_fast_read preference
  13. # Revision 1.1  95/02/10  13:04:27  martinez
  14. # Initial revision
  15. # Revision 1.2  94/10/17  12:10:38  hundley
  16. # Added annotation symbol size and units.
  17. # Revision 1.1  94/03/23  15:22:40  huang
  18. # Initial revision
  19.  
  20. ***********************************************************************
  21. ***********************************************************************/
  22. /*
  23. *******************************************************************************
  24. ** PDF File -- Preference Definition File for EML.
  25. *******************************************************************************
  26. ** Description: 
  27. **
  28. *******************************************************************************
  29. ** Author:  Scott Tilley
  30. ** Version: 4/21/92.
  31. ** 
  32. ** Bugs:
  33. *******************************************************************************
  34.  
  35. */
  36.  
  37. title "Annotation" ;
  38.  
  39. annotation_text_units("Annotation Text Units"):  "Points"
  40.                 "Default units for text"
  41.                 enums {
  42.                         "Inches" "Inches"
  43.                         "Centimeters" "Centimeters"
  44.                         "Points" "Points"
  45.                 };
  46.                 
  47. annotation_text_height("Annotation Text Height"):  10
  48.         "Default text size"
  49.         min 0;
  50.         
  51. text_fill_order("Text Fill Order"):  "Fill-First"
  52.                 "Order of filling filled and outlined text"
  53.                 enums {
  54.                         "Fill-First" "Fill-First"
  55.                         "Fill-Last" "Fill-Last"
  56.                 };
  57.                 
  58. mitre_limit("Mitre Limit"):  3
  59.         "Limit of mitre length / line width"
  60.         min 1;
  61.         
  62. annotation_symbol_size("Annotation Symbol Size"):  10.0
  63.         "Default Size for Annotation Symbols"
  64.         min 0.1;
  65.  
  66. annotation_symbol_units("Annotation Symbol Units"): "Points"
  67.         "Default units for symbols"
  68.         enums {
  69.                         "Inches" "Inches"
  70.                         "Centimeters" "Centimeters"
  71.                         "Points" "Points"
  72.         };
  73.         
  74.  
  75.